From 107972355f4736eefbb5b4deafacff0328352a73 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 21 Apr 2018 15:17:24 +0100 Subject: [PATCH] Drop an old visible doc TODO Looks like this originates from https://github.com/istankovic/cargo-book/commit/418611304daac22e3590aee9322355ae159802fe But it's even visible in the render docs: https://doc.rust-lang.org/cargo/reference/manifest.html#package-selection :-O --- src/doc/src/reference/manifest.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 334230d42..4630a899d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -578,7 +578,6 @@ When `default-members` is not specified, the default is the root manifest if it is a package, or every member manifest (as if `--all` were specified on the command-line) for virtual workspaces. -#TODO: move this to a more appropriate place ### The project layout If your project is an executable, name the main source file `src/main.rs`. If it -- 2.30.2